Skip to content

Conversation

AntoLC
Copy link
Collaborator

@AntoLC AntoLC commented Jul 24, 2025

Purpose

We add multi columns support for editor, now you can add columns to your document.
Works with export.

Careful ⚠️

📄AGPL feature.

Demo

Feature.multi.columns.-.Docs.online-video-cutter.com.mp4

@AntoLC AntoLC self-assigned this Jul 24, 2025
@AntoLC AntoLC added frontend feature add a new feature labels Jul 24, 2025
@AntoLC AntoLC linked an issue Jul 24, 2025 that may be closed by this pull request
@AntoLC AntoLC force-pushed the feature/multi-colum-v2 branch 3 times, most recently from 8be4380 to d5483fd Compare July 24, 2025 15:15
@AntoLC AntoLC requested a review from lunika July 24, 2025 15:18
dictionary: {
...locales[lang as keyof typeof locales],
multi_column:
multiColumnLocales[lang as keyof typeof multiColumnLocales],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

multiColumnLocales can be undefined so this code will crash the application

Copy link
Collaborator Author

@AntoLC AntoLC Jul 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you'r right.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we switch to Vitest, I think we should be able to test correctly this part, for the moment it is complicated.

@AntoLC AntoLC requested a review from lunika July 25, 2025 10:37
@AntoLC AntoLC force-pushed the feature/multi-colum-v2 branch from 7e29173 to b67ab62 Compare July 25, 2025 13:05
We add multi columns support for editor,
now you can add columns to your document.
Works with export.
📄AGPL feature.
@AntoLC AntoLC force-pushed the feature/multi-colum-v2 branch from b67ab62 to 11d0baf Compare July 25, 2025 13:27
@AntoLC AntoLC merged commit 11d0baf into main Jul 25, 2025
20 of 21 checks passed
@AntoLC AntoLC deleted the feature/multi-colum-v2 branch July 25, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature add a new feature frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add @blocknote/xl-multi-column to docs
2 participants